DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / AddRange Method / AddRange(IEnumerable<SvgElement>) Method

In This Topic
AddRange(IEnumerable<SvgElement>) Method
In This Topic
Adds the elements of the specified collection to the end of the SvgElementCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of SvgElement) _
) 
 

Parameters

collection
See Also